[Groovy] Class DisplayHistogram
java.lang.Object
fhg2a.ReLogoTurtle
DisplayHistogram
class DisplayHistogram
extends ReLogoTurtle
A turtle used to display food and population levels. When updated these
turtles inspect the food and population levels of the patch they are on
and update their shape to reflect food levels using a three-bar histogram.
They update their label to reflect population levels as a count of
tribes.
Method Summary |
java.lang.Object
|
update()
Update shape and label based on food and population levels of underlying patch.
|
update
java.lang.Object update()
- Update shape and label based on food and population levels of underlying patch.